[INFO] cloning repository https://github.com/planchon/noport
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/planchon/noport" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanchon%2Fnoport", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanchon%2Fnoport'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 9af17b2ad7d2d08b3e50b4d8aed990bfeb2d078f
[INFO] fixing planchon/noport against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=start=2015 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fplanchon%2Fnoport" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/planchon/noport
[INFO] finished tweaking git repo https://github.com/planchon/noport
[INFO] tweaked toml for git repo https://github.com/planchon/noport written to /workspace/builds/worker-7-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/planchon/noport on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/planchon/noport already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.package.name
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634
[INFO] running `Command { std: "docker" "start" "182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=start=2015", kill_on_drop: false }`
[INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2024 which implies `resolver = "3"`
[INFO] [stderr]   |
[INFO] [stderr]   = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
[INFO] [stderr]   = note: to use the edition 2024 resolver, specify `workspace.resolver = "3"` in the workspace root's manifest
[INFO] [stderr]   = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
[INFO] [stderr] warning: Cargo.toml: unused manifest key: workspace.package.name
[INFO] [stderr] warning: workspace (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.183
[INFO] [stderr]    Compiling getrandom v0.4.2
[INFO] [stderr]    Compiling aws-lc-rs v1.16.2
[INFO] [stderr]     Checking rand_core v0.10.0
[INFO] [stderr]     Checking http v1.4.0
[INFO] [stderr]     Checking bitflags v2.11.0
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling tokio-macros v2.6.1
[INFO] [stderr]    Compiling clap_derive v4.6.0
[INFO] [stderr]     Checking tracing v0.1.44
[INFO] [stderr]     Checking rustls-pki-types v1.14.0
[INFO] [stderr]    Compiling rustls v0.23.37
[INFO] [stderr]     Checking memchr v2.8.0
[INFO] [stderr]     Checking remove_dir_all v0.5.3
[INFO] [stderr]     Checking futures-task v0.3.32
[INFO] [stderr]     Checking chacha20 v0.10.0
[INFO] [stderr]     Checking notify-types v2.1.0
[INFO] [stderr]     Checking futures-util v0.3.32
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.23
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]     Checking clap v4.6.0
[INFO] [stderr]    Compiling jobserver v0.1.34
[INFO] [stderr]     Checking errno v0.3.14
[INFO] [stderr]     Checking mio v1.1.1
[INFO] [stderr]     Checking parking_lot_core v0.9.12
[INFO] [stderr]     Checking socket2 v0.6.3
[INFO] [stderr]     Checking rand v0.4.6
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking inotify v0.11.1
[INFO] [stderr]     Checking uuid v1.22.0
[INFO] [stderr]     Checking rand v0.10.0
[INFO] [stderr]    Compiling cc v1.2.58
[INFO] [stderr]     Checking signal-hook-registry v1.4.8
[INFO] [stderr]     Checking parking_lot v0.12.5
[INFO] [stderr]     Checking tokio v1.50.0
[INFO] [stderr]     Checking notify v8.2.0
[INFO] [stderr]     Checking tempdir v0.3.7
[INFO] [stderr]    Compiling cmake v0.1.58
[INFO] [stderr]    Compiling aws-lc-sys v0.39.1
[INFO] [stderr]     Checking tokio-util v0.7.18
[INFO] [stderr]     Checking noport-lib v0.1.0 (/opt/rustwide/workdir/crates/lib)
[INFO] [stdout] warning: unused variable: `ca`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |         let ca = self.get_ca()?;
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_ca`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subdomain`
[INFO] [stdout]   --> crates/lib/src/store.rs:70:45
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn get_hosts_for_subdomain(&self, subdomain: String) -> Result<Vec<StoreEntry>> {
[INFO] [stdout]    |                                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subdomain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `ca`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:187:13
[INFO] [stdout]     |
[INFO] [stdout] 187 |         let ca = self.get_ca()?;
[INFO] [stdout]     |             ^^ help: if this is intentional, prefix it with an underscore: `_ca`
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ------------------ `Certificate` declared as private
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn generate_ca(&self) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::generate_ca::{anon_assoc#0}`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn generate_ca(&self) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ opaque type `LocalCertificateAuthority::generate_ca::{anon_assoc#0}` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::get_ca`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn get_ca(&self) -> Result<Certificate, CertificateErrors>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalCertificateAuthority::get_ca` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ------------------ `Certificate` declared as private
[INFO] [stdout] ...
[INFO] [stdout] 43 |     ) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::generate_server_certificate::{anon_assoc#0}`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 |     ) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ opaque type `LocalCertificateAuthority::generate_server_certificate::{anon_assoc#0}` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::get_certificate`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn get_certificate(&self, host: String) -> Result<Certificate, CertificateErrors>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalCertificateAuthority::get_certificate` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::generate_ca`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     async fn generate_ca(&self) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<OpensslCerts<M> as LocalCertificateAuthority>::generate_ca` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:135:36
[INFO] [stdout]     |
[INFO] [stdout] 135 |     async fn generate_ca(&self) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ------------------ `Certificate` declared as private
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::get_ca`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn get_ca(&self) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<OpensslCerts<M> as LocalCertificateAuthority>::get_ca` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::generate_server_certificate`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | /     async fn generate_server_certificate(
[INFO] [stdout] 184 | |         &self,
[INFO] [stdout] 185 | |         host: String,
[INFO] [stdout] 186 | |     ) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     | |_______________________________________________^ method `<OpensslCerts<M> as LocalCertificateAuthority>::generate_server_certificate` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 |     ) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ------------------ `Certificate` declared as private
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::get_certificate`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn get_certificate(&self, host: String) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<OpensslCerts<M> as LocalCertificateAuthority>::get_certificate` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `certificate` and `secret` are never read
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout]  9 |     pub certificate: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 10 |     pub secret: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Certificate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `sign_cert` is never used
[INFO] [stdout]   --> crates/lib/src/certs/openssl.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | / impl<M> OpensslCerts<M>
[INFO] [stdout] 20 | | where
[INFO] [stdout] 21 | |     M: Machine + 'static,
[INFO] [stdout]    | |_________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72 |       async fn sign_cert(
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0446`.
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `subdomain`
[INFO] [stdout]   --> crates/lib/src/store.rs:70:45
[INFO] [stdout]    |
[INFO] [stdout] 70 |     async fn get_hosts_for_subdomain(&self, subdomain: String) -> Result<Vec<StoreEntry>> {
[INFO] [stdout]    |                                             ^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_subdomain`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ------------------ `Certificate` declared as private
[INFO] [stdout] ...
[INFO] [stdout] 34 |     fn generate_ca(&self) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::generate_ca::{anon_assoc#0}`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:34:30
[INFO] [stdout]    |
[INFO] [stdout] 34 |     fn generate_ca(&self) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ opaque type `LocalCertificateAuthority::generate_ca::{anon_assoc#0}` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_bounds)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::get_ca`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:36:5
[INFO] [stdout]    |
[INFO] [stdout] 36 |     fn get_ca(&self) -> Result<Certificate, CertificateErrors>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalCertificateAuthority::get_ca` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    = note: `#[warn(private_interfaces)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ------------------ `Certificate` declared as private
[INFO] [stdout] ...
[INFO] [stdout] 43 |     ) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `noport-lib` (lib) due to 4 previous errors; 12 warnings emitted
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::generate_server_certificate::{anon_assoc#0}`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:43:10
[INFO] [stdout]    |
[INFO] [stdout] 43 |     ) -> impl Future<Output = Result<Certificate, CertificateErrors>>;
[INFO] [stdout]    |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ opaque type `LocalCertificateAuthority::generate_server_certificate::{anon_assoc#0}` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] warning: type `Certificate` is more private than the item `LocalCertificateAuthority::get_certificate`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:45:5
[INFO] [stdout]    |
[INFO] [stdout] 45 |     fn get_certificate(&self, host: String) -> Result<Certificate, CertificateErrors>;
[INFO] [stdout]    |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `LocalCertificateAuthority::get_certificate` is reachable at visibility `pub`
[INFO] [stdout]    |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::generate_ca`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:135:5
[INFO] [stdout]     |
[INFO] [stdout] 135 |     async fn generate_ca(&self) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<OpensslCerts<M> as LocalCertificateAuthority>::generate_ca` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:135:36
[INFO] [stdout]     |
[INFO] [stdout] 135 |     async fn generate_ca(&self) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |                                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ------------------ `Certificate` declared as private
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::get_ca`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:169:5
[INFO] [stdout]     |
[INFO] [stdout] 169 |     fn get_ca(&self) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<OpensslCerts<M> as LocalCertificateAuthority>::get_ca` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::generate_server_certificate`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:183:5
[INFO] [stdout]     |
[INFO] [stdout] 183 | /     async fn generate_server_certificate(
[INFO] [stdout] 184 | |         &self,
[INFO] [stdout] 185 | |         host: String,
[INFO] [stdout] 186 | |     ) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     | |_______________________________________________^ method `<OpensslCerts<M> as LocalCertificateAuthority>::generate_server_certificate` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0446]: private type `Certificate` in public interface
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:186:10
[INFO] [stdout]     |
[INFO] [stdout] 186 |     ) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ can't leak private type
[INFO] [stdout]     |
[INFO] [stdout]    ::: crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ------------------ `Certificate` declared as private
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: type `Certificate` is more private than the item `<OpensslCerts<M> as LocalCertificateAuthority>::get_certificate`
[INFO] [stdout]    --> crates/lib/src/certs/openssl.rs:210:5
[INFO] [stdout]     |
[INFO] [stdout] 210 |     fn get_certificate(&self, host: String) -> Result<Certificate, CertificateErrors> {
[INFO] [stdout]     |     ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ method `<OpensslCerts<M> as LocalCertificateAuthority>::get_certificate` is reachable at visibility `pub`
[INFO] [stdout]     |
[INFO] [stdout] note: but type `Certificate` is only usable at visibility `pub(self)`
[INFO] [stdout]    --> crates/lib/src/certs/mod.rs:8:1
[INFO] [stdout]     |
[INFO] [stdout]   8 | struct Certificate {
[INFO] [stdout]     | ^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `certificate` and `secret` are never read
[INFO] [stdout]   --> crates/lib/src/certs/mod.rs:9:9
[INFO] [stdout]    |
[INFO] [stdout]  8 | struct Certificate {
[INFO] [stdout]    |        ----------- fields in this struct
[INFO] [stdout]  9 |     pub certificate: PathBuf,
[INFO] [stdout]    |         ^^^^^^^^^^^
[INFO] [stdout] 10 |     pub secret: PathBuf,
[INFO] [stdout]    |         ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Certificate` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: associated function `sign_cert` is never used
[INFO] [stdout]   --> crates/lib/src/certs/openssl.rs:72:14
[INFO] [stdout]    |
[INFO] [stdout] 19 | / impl<M> OpensslCerts<M>
[INFO] [stdout] 20 | | where
[INFO] [stdout] 21 | |     M: Machine + 'static,
[INFO] [stdout]    | |_________________________- associated function in this implementation
[INFO] [stdout] ...
[INFO] [stdout] 72 |       async fn sign_cert(
[INFO] [stdout]    |                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0446`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `noport-lib` (lib test) due to 4 previous errors; 12 warnings emitted
[INFO] running `Command { std: "docker" "inspect" "182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634", kill_on_drop: false }`
[INFO] [stdout] 182d4adae1a44b242c035a3f7c5c4858e757e5dc164349417eb53cb91fb41634
